home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 November / Designer's Club 1997 November.iso / pc / Ideasrc / Main.Dir / 00045_Script_45 < prev    next >
Text File  |  1997-10-06  |  258b  |  13 lines

  1. on mouseDown
  2.   puppetsound "dong"
  3.   repeat while the mousedown
  4.     set the visible of sprite 6 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 6 to true
  8.   updatestage
  9. end
  10.  
  11. on mouseUp
  12.   printfrom the frame+1, the frame+1, 100
  13. end